home *** CD-ROM | disk | FTP | other *** search
/ Sprite 1984 - 1993 / Sprite 1984 - 1993.iso / man / cmds.fmt / pr.man < prev    next >
Encoding:
Text File  |  1989-02-25  |  1.8 KB  |  67 lines

  1.  
  2.  
  3.  
  4. PR                        User Commands                        PR
  5.  
  6.  
  7.  
  8. NNAAMMEE
  9.      pr - print file
  10.  
  11. SSYYNNOOPPSSIISS
  12.      pprr [ option ] ...  [ file ] ...
  13.  
  14. DDEESSCCRRIIPPTTIIOONN
  15.      _P_r produces a printed listing of one or more _f_i_l_e_s. The out-
  16.      put is separated into pages headed by a date, the name of
  17.      the file or a specified header, and the page number.  If
  18.      there are no file arguments, _p_r prints its standard input.
  19.  
  20.      Options apply to all following files but may be reset
  21.      between files:
  22.  
  23.      --_n   Produce _n-column output.
  24.  
  25.      ++_n   Begin printing with page _n.
  26.  
  27.      --hh   Take the next argument as a page header.
  28.  
  29.      --ww_n  For purposes of multi-column output, take the width of
  30.           the page to be _n characters instead of the default 72.
  31.  
  32.      --ff   Use formfeeds instead of newlines to separate pages.  A
  33.           formfeed is assumed to use up two blank lines at the
  34.           top of a page.  (Thus this option does not affect the
  35.           effective page length.)
  36.  
  37.      --ll_n  Take the length of the page to be _n lines instead of
  38.           the default 66.
  39.  
  40.      --tt   Do not print the 5-line header or the 5-line trailer
  41.           normally supplied for each page.
  42.  
  43.      --ss_c  Separate columns by the single character _c instead of
  44.           by the appropriate amount of white space.  A missing _c
  45.           is taken to be a tab.
  46.  
  47.      --mm   Print all _f_i_l_e_s simultaneously, each in one column,
  48.  
  49.      Inter-terminal messages via _w_r_i_t_e(1) are forbidden during a
  50.      _p_r.
  51.  
  52. FFIILLEESS
  53.      /dev/tty?  to suspend messages.
  54.  
  55. SSEEEE AALLSSOO
  56.      cat(1)
  57.  
  58. DDIIAAGGNNOOSSTTIICCSS
  59.      There are no diagnostics when _p_r is printing on a terminal.
  60.  
  61.  
  62.  
  63. Sprite v1.0              April 29, 1985                         1
  64.  
  65.  
  66.  
  67.